Bump to 4.4.1: OpenSSL privacy manifest for iOS _ssl/_hashlib#241
Merged
Conversation
Re-pins the bundled python-build snapshot to 20260726, which replaces the stub PrivacyInfo.xcprivacy bundled into _ssl.framework and _hashlib.framework with the manifest OpenSSL publishes for its Apple builds (flet-dev/python-build#35). No versions moved: Python 3.12.13 / 3.13.14 / 3.14.6, Pyodide, and dart_bridge 1.6.1 are all unchanged from 20260725. This is a correctness fix, not a fix for the ITMS-91065 rejection in flet-dev/flet#6724 — see the serious_python_darwin 4.4.1 entry for what was ruled out and what remains open.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-pins the bundled python-build snapshot to 20260726 and bumps all six packages to 4.4.1.
What's in the snapshot
flet-dev/python-build#35 only — the
PrivacyInfo.xcprivacybundled into_ssl.frameworkand_hashlib.frameworkwas a stub (NSPrivacyAccessedAPITypesempty, plus anNSPrivacyUsesNonStandardAPIskey that isn't in Apple's schema). It's now byte-identical to OpenSSL's official manifest, declaring the file-timestamp API access the library actually performs.No versions moved — Python 3.12.13 / 3.13.14 / 3.14.6, Pyodide, and
dart_bridge1.6.1 are all unchanged from 20260725. The manifest is the only functional difference on any platform.Note the changelogs avoid the "byte-identical to the previous snapshot" phrasing used in prior bumps: all 31 release assets differ in size between 20260725 and 20260726, so every platform was rebuilt. They're functionally unchanged, not byte-identical.
What this does not fix
flet-dev/flet#6724 —
ITMS-91065: Missing signatureon a first App Store submission, citing these same two frameworks. This change is not expected to resolve it and shouldn't be announced as the fix.Apple emits no
ITMS-91061alongside that rejection, so it does find the manifest. Inspecting a built.iparuled out every signature-side explanation:TeamIdentifiercodesign -fat both the embed step andexportArchive; 120 invocations covering all 118 frameworks, overwriting even Google's signature onFlutter.frameworkplutilcleanfilesandfiles2of_CodeSignature/CodeResourcesSo the framework reaches Apple signed, with a sealed manifest, and is still reported as unsigned. This PR removes the one verifiable defect so it isn't a confound in further testing.
Verification
gen_version_tables --release-date 20260726regenerated all five tables; the no-arg re-run produces no further diff (matches the CI "Version tables in sync with manifest" check).4.4.0left in any pubspec,build.gradle.kts, or podspec.Not tagged, not published.